home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000308_scottac@nb.sympatico.ca_Thu Apr 20 10:21:07 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. References: <oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca>
  5. Subject: Re: outputting an escape key possible?
  6. Lines: 40
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  11. X-RFC2646: Format=Flowed; Response
  12. Message-ID: <QlG1g.62779$VV4.1175322@ursa-nb00s0.nbnet.nb.ca>
  13. Date: Thu, 20 Apr 2006 07:02:08 GMT
  14. NNTP-Posting-Host: 156.34.28.129
  15. X-Complaints-To: abuse@aliant.net
  16. X-Trace: ursa-nb00s0.nbnet.nb.ca 1145516528 156.34.28.129 (Thu, 20 Apr 2006 04:02:08 ADT)
  17. NNTP-Posting-Date: Thu, 20 Apr 2006 04:02:08 ADT
  18. Organization: Aliant Internet
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15563
  20.  
  21. Just a few more comments.
  22. \Kdnarr & \Kuparr can be outputted.
  23. \Kexit & \Kupscn & \Kdnscn can not be outputted.
  24.  
  25. Whats the rule on this? Or how to work around this?
  26.  
  27. "Scott Caissie" <scottac@nb.sympatico.ca> wrote in message 
  28. news:oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca...
  29. > Escape key as in Alt X or \Kexit.
  30. >
  31. > I'm trying to find a way to get a macro to trigger going to the COMMAND 
  32. > window by any feasible means possible. When this occurs, it will resume 
  33. > the rest of the coding.
  34. >
  35. > General:
  36. > CONNECT mode: Macro initiated via \kTest. Sends me to COMMAND.
  37. > COMMAND mode: Runs the macro, and OUTPUTs the information, and CONNECTs 
  38. > but isn't complete.
  39. > CONNECT mode: Receives the information. At this point, I want one of the 
  40. > commands that was outputted to send me back to COMMAND.
  41. >
  42. > I tried:
  43. > OUTPUT test\Kexit  ; this CONNECTs me.
  44. > OUTPUT test\2168 alt X ; outputted X
  45. > OUTPUT test\2136 alt x ; outputted x
  46. >
  47. > Planning on trying:
  48. > Maybe TRIGGER? Set the trigger as the output before it gets outputted? 
  49. > I'll have to try that out.
  50. > Very briefly looked into APCs... not sure if thats relavent or not.
  51. > Timers or Alarms... I have no idea if they actually work while in CONNECT 
  52. > mode. Never used anything of that sort yet.
  53. > Output a macro itself \Ktesting which contains \kexit.... but as I'm 
  54. > thinking about that, it'll overwrite the existing macro.
  55. >
  56. > I'm just brain storming at the moment. I know this macro idea sounds crazy 
  57. > and likely very unstable. Regardless I'd like to see if its possible.
  58.  
  59.